home *** CD-ROM | disk | FTP | other *** search
- Mturtle
- *******
- <Press Shift>
-
- A LOGO-type turle graphics program
-
- Mturtle was written after I received a copy of the PD program !Turtle,
- and I realised that I could do better. It uses a simple set of commands to
- draw pictures and will be familiar to users of turtle graphics systems.
-
- The commands provided are:-
-
- FD n,FORWARD n, =Go n steps forward
- RT n,RIGHT n,CLOCKWISE n, =go right n degrees
- LT n,LEFT n,ANTICLCKWISE n,=go left n degrees
- PC n,PENCOLOUR n, =draw in colour n
- PLOT n =draw with n in the basic PLOT command
- PU,PENUP, =Stop drawing
- PD,PENDOWN, =undo PENUP
- REPEAT n =repeat the next few commands(max 10) n times
- NEXT =end of commands for repeat
- DEF n =Exacutes the next few commands when n is typed
- END =ends the DEF sequence
- SCALE n =sets the scale factor used to n
- ZOOM =make all the pictue visable
- *n =does star-command n
- SAVE n =Save with filename n
- LOAD n =Load filename
- QUIT =leave the program
-
- all commands must be typed UPPERCASE, and don't mix REPEATS
- *SCREENSAVE can be used to take a snap shot of the drawing area.
- version 1.00
-
- This is FREEWARE and I hold copyright. Send anything intresting(bug fixes,
- donations, PMRs,BMWs, letters of praise, atomic bombs...ect.) to me.
-
- OOOOOOOOOOOO
- OO0000000000OO • •
- OOO0O000000O0OOO õ õ
- . \ OOO0O0OOOO0O0OOO õ õ
- /\ \ \ OOO0O0O00O0O0OOO õõõõ By Phil -M-
- / /\ \/` OOO0O0OO0O0O0OOO õõõ 28 Lang Holme Cl
- \ \ OOO0O0000O0O0OOO õõõ WIGAN
- / / \/ OO0OOOOOO0O0OO õõõ WN3 6TT
- / /\ \/ \/ O00000000O0Oõõõõ
- \ \/ \ õõõõõõõõõõõõõõõõõ
- /
-